In this article, you will learn how to integrate widgets into your web page
If you've already created a form in the Form builder and now want to integrate it into your website, go to the Form Widget menu.
Here you can edit some options and customize widget design. When you're done, go to the Integration tab.
QuintaDB service provides to receive:
- Direct url-link to the widget.
- HTML-link to the widget.
- JavaScript and Iframe code for embedding into your web page
We recommend to use JavaScript by default. However, if you are having issues with the widget height on the page, you can use the Iframe code.
Copy the code and paste it into the your web page code:
Some widget parameters can be changed directly in Iframe code. For example, change the width and height of the form.
If you use a multi-page form each page height may vary greatly.
Pick the right height by the higher page. Otherwise a scroll will appear.
The same with the dynamic forms. If you hide some fields using the rules, then you need to figure out - what height the widget should have if these fields will be shown on the form.
In the same way, you can integrate the Table/Report and Portal widgets into web page.